home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 1 - Mathays.iso / pc / assets / scorp_postcards_send.dxr / 00004_getEmailBody.ls < prev    next >
Encoding:
Text File  |  2002-03-26  |  933 b   |  9 lines

  1. global gTheBody
  2.  
  3. on getEmailBody
  4.   if the text of field "user_body" = "your message" then
  5.     put "A friend sent you an online postcard from The Scorpion King." into field "user_body"
  6.   end if
  7.   gTheBody = the text of field "user_body" & RETURN & RETURN & "---------" & RETURN & RETURN & "Pick your postcard here:" & RETURN & getPCardUrl() & RETURN & RETURN & "* If you have problems using the above url, try copying and pasting it into your browser's address field." & RETURN & RETURN & "---------" & RETURN & RETURN & "Check out more from The Scorpion King with your very own CDCardz from SeriousUSA." & RETURN & "http://www.serioususa.com" & RETURN & RETURN & "Your Scorpion King postcard requires the Flash 5 plug-in. If you do not have the Flash 5 plug-in, you can download it from Macromedia at the following URL." & RETURN & RETURN & "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
  8. end
  9.